home *** CD-ROM | disk | FTP | other *** search
- .make
- #
- # .srcpath=<path> specifies the sourcepath
- # .binpath=<path> specifies the compilerpath
- # .tos switch to tosenvironment
- #
- # beispiel einer makedatei für SOZOBON C
- #
- #.tos
- .srcpath=C:
- .binpath=C:\SZC\BIN
-
- hello.ttp: hello.o
- -i2 cc.ttp -v hello.o
-
- hello.o: hello.c
- cc.ttp -vc hello.c
-
-
-